home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / lrefresh.000 / readme.txt < prev   
Text File  |  1996-04-08  |  1KB  |  30 lines

  1. LREFRESH is simple add-on DLL for Delphi IDE. It allows the user to use any
  2. external editor without the need to close and restart Delphi in order to
  3. refresh externally changed files in Delphi's memory.
  4.  
  5. 1. How to install:
  6. Copy LREFRESH.DLL to \WINDOWS\SYSTEM directory (may be actually different
  7. on your machine);
  8. Edit DELPHI.INI (in Windows directory) and add following section & entry:
  9.  
  10. [Version Control]
  11. VCSManager=LREFRESH.DLL
  12.  
  13. Start Delphi and you'll see new popup menu Refresh which allows you to
  14. refresh current file or all files currently in memory for current project.
  15.  
  16. If you find DLL useful and want to use it, you should send registration fee
  17. $5.00 to the author:
  18.  
  19. Lester Kovac
  20. 57 Tarquin Cres.
  21. Nepean, Ontario
  22. Canada K2H 8J7
  23.  
  24. After registration you'll get registered version by e-mail.
  25.  
  26. You can contact author by e-mail on address ag623@freenet.carleton.ca .
  27.  
  28. 2. How to de-install:
  29. Delete LREFRESH.DLL from \WINDOWS\SYSTEM directory.
  30. Remove whole [Version Control] from your DELPHI.INI file.